POV-Ray : Newsgroups : povray.newusers : Problems declaring objects : Re: Problems declaring objects Server Time
30 Jul 2024 04:22:13 EDT (-0400)
  Re: Problems declaring objects  
From: Tim Nikias
Date: 15 Sep 2004 05:25:12
Message: <41480a78$1@news.povray.org>
Instead of placing everything in a union{} at the end and naming it
Todo_Reloj, why not place the different objects by themselves and only scale
what needs to be scaled? Something similiar to this:

object { Reloj rotate y*115 translate <0, 0, 0> no_shadow scale 0.5}
object { Puntos  no_shadow}
object { Agulles  no_shadow}
object { Cilindre  no_shadow}

That way, only Reloj will be scaled and the rest left untouched.
Or, leave the #declare Todo_Reloj = union{---} around all the objects, but
just scale the one needing to be scaled.

Regards,
Tim

-- 
"Tim Nikias v2.0"
Homepage: <http://www.nolights.de>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.